callIsSet() 보호된 메소드

protected callIsSet ( )
예제 #1
0
파일: adapter.php 프로젝트: atoum/atoum
 protected function callIsSet()
 {
     try {
         return parent::callIsSet();
     } catch (call\exceptions\logic $exception) {
         throw new exceptions\logic('Call is undefined');
     }
 }