コード例 #1
0
 public function execute($text)
 {
     if (ChecksTest::checkMethodsParents('execute', $this->parent)) {
         return true;
     }
     return false;
 }
コード例 #2
0
 public function result()
 {
     if (ChecksTest::checkMethodsParents('result', $this->parent)) {
         return true;
     }
     return false;
 }