예제 #1
0
파일: Rest.php 프로젝트: im286er/crossphp
 /**
  * @see Delegate::on()
  *
  * @param string $name
  * @param Closure $f
  * @return $this
  */
 function on($name, Closure $f)
 {
     $this->delegate->on($name, $f);
 }