Kraken\Runtime\RuntimeManagerAwareInterface::setRuntimeManager PHP Method

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
    public function setRuntimeManager(RuntimeManagerInterface $manager = null);
RuntimeManagerAwareInterface