PHP Interface Kraken\Core\CoreSetterAwareInterface

Show file Open project: kraken-php/framework

Public Methods

Method Description
setCore ( Kraken\Core\CoreInterface $core = null ) Set Core of which object is aware of or delete it by setting it to null.

Method Details

setCore() public method

Set Core of which object is aware of or delete it by setting it to null.
public setCore ( Kraken\Core\CoreInterface $core = null )
$core Kraken\Core\CoreInterface