예제 #1
0
파일: Event.php 프로젝트: Kinetical/Kinesis
 function __invoke()
 {
     $this->_value = parent::__invoke();
     return $this->_value;
 }