PHP 인터페이스 Kraken\Runtime\RuntimeManagerAwareInterface

파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
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.

메소드 상세

getRuntimeManager() 공개 메소드

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

setRuntimeManager() 공개 메소드

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