예제 #1
0
파일: main.php 프로젝트: hymns/painless-php
 public function get()
 {
     if (!empty($this->operations)) {
         // Run the workflows
         foreach ($this->operations as $operation) {
             $response = Painless::exec($operation);
         }
     }
 }