PHP Class ThreadedFactory

Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Protected Properties

Property Type Description
$instance ThreadedFactory
$threadedList Threaded[]

Public Methods

Method Description
all ( ) : Threaded[]
create ( Threaded $class = Threaded::class, $arguments ) : Threaded
destroy ( Threaded $threaded )
getInstance ( ) : ThreadedFactory

Protected Methods

Method Description
__construct ( )

Method Details

__construct() protected method

protected __construct ( )

all() public static method

public static all ( ) : Threaded[]
return Threaded[]

create() public static method

public static create ( Threaded $class = Threaded::class, $arguments ) : Threaded
$class Threaded
return Threaded

destroy() public static method

public static destroy ( Threaded $threaded )
$threaded Threaded

getInstance() public static method

public static getInstance ( ) : ThreadedFactory
return ThreadedFactory

Property Details

$instance protected static property

protected static ThreadedFactory $instance
return ThreadedFactory

$threadedList protected property

protected Threaded[] $threadedList
return Threaded[]