PHP Class Kraken\Runtime\Container\Thread\ThreadWrapper

Inheritance: extends Threa\Thread
Show file Open project: kraken-php/framework Class Usage Examples

Public Properties

Property Type Description
$alias string
$args string[]
$controller ThreadController
$datapath string
$name string
$parent string

Public Methods

Method Description
__construct ( $controller, string $datapath, string $parent, string $alias, string $name, string[] $args = [] )
__destruct ( )
kill ( ) : boolean
run ( )

Method Details

__construct() public method

public __construct ( $controller, string $datapath, string $parent, string $alias, string $name, string[] $args = [] )
$controller
$datapath string
$parent string
$alias string
$name string
$args string[]

__destruct() public method

public __destruct ( )

kill() public method

public kill ( ) : boolean
return boolean

run() public method

public run ( )

Property Details

$alias public property

public string $alias
return string

$args public property

public string[] $args
return string[]

$controller public property

public ThreadController,Kraken\Runtime\Container\Thread $controller
return ThreadController

$datapath public property

public string $datapath
return string

$name public property

public string $name
return string

$parent public property

public string $parent
return string