예제 #1
0
파일: Task.php 프로젝트: denvolj/caked
 public static function init_and_execute($task_entity, array $callable = [])
 {
     $task = new Task($task_entity);
     return $task->execute($callable);
 }