PHP Class Kraken\Root\Runtime\Core\Factory

Show file Open project: kraken-php/framework

Public Methods

Method Description
__construct ( string $type )
__destruct ( )
create ( string | null $path = null ) : Core

Method Details

__construct() public method

public __construct ( string $type )
$type string

__destruct() public method

public __destruct ( )

create() public method

public create ( string | null $path = null ) : Core
$path string | null
return Kraken\Core\Core