예제 #1
0
파일: Command.php 프로젝트: Danack/Console
 function __construct($name, $callable)
 {
     parent::__construct($name);
     $this->callable = $callable;
 }