Class: VKernel

Source Location: /libraries/vwp/sys/kernel.php

Class Overview [line 29]

VType
   |
   --VObject
      |
      --VKernel

Virtual Web Platform - Kernel

Author(s):

Version:

Copyright:

  • (c) Ralph Ritoch - All Rights Reserved

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods

Class: VObject

VObject::__construct()
Class Constructor
VObject::bind()
Bind values to this object
VObject::delete()
Delete Object
VObject::get()
Get value
VObject::getAll()
Get all object values
VObject::getError()
Get error message
VObject::getErrors()
Get errors
VObject::getMethods()
Get object methods
VObject::getProperties()
Get object properties
VObject::save()
Save Object
VObject::set()
Set a value
VObject::setError()
Set error value
VObject::setProperties()
Set property values
VObject::setProperty()
Set property value
VObject::toString()
Convert object to string
VObject::__destruct()
Class Destructor
VObject::__toString()
Return object as a string


Class Details

Virtual Web Platform - Kernel

This class provides the system kernel

Tags:

[ Top ]


Class Variables

$_proc = array()

[line 39]

Process stack

Tags:

  • var - Process stack
  • access - public

Type: array

Overrides:

[ Top ]


Class Methods

static o

static VKernel &o( )

[line 48]

Get kernel instance

Tags:

  • return - kernel
  • access - public

Parameters:

[ Top ]

createProcess

void createProcess( string $className, [array $args = null])

[line 66]

Create a process

Note: There is a limit of 10 constructor arguments

Tags:

  • access - public

Parameters:

  • string $className - Class name
  • array $args - Constructor arguments

[ Top ]

getProc

void &getProc( integer $pid)

[line 98]

Get process by ID

Tags:

  • access - public

Parameters:

  • integer $pid - Process id

[ Top ]


Class Constants


Documentation generated on Mon, 17 Jan 2011 01:57:23 -0600 by phpDocumentor 1.4.3