PHP Interface Kraken\Runtime\RuntimeManagerAwareInterface

Show file Open project: kraken-php/framework

Public Methods

Method Description
getRuntimeManager ( ) : Kraken\Runtime\RuntimeManagerInterface | null Get RuntimeManager of which object is aware of or null if it does not exist.
setRuntimeManager ( Kraken\Runtime\RuntimeManagerInterface $manager = null ) Set RuntimeManager of which object is aware of or null to remove it.

Method Details

getRuntimeManager() public method

Get RuntimeManager of which object is aware of or null if it does not exist.
public getRuntimeManager ( ) : Kraken\Runtime\RuntimeManagerInterface | null
return Kraken\Runtime\RuntimeManagerInterface | null

setRuntimeManager() public method

Set RuntimeManager of which object is aware of or null to remove it.
public setRuntimeManager ( Kraken\Runtime\RuntimeManagerInterface $manager = null )
$manager Kraken\Runtime\RuntimeManagerInterface