| 1 | <?php |
||
| 7 | class Factory |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Logging Action |
||
| 12 | * |
||
| 13 | * @param \Sco\ActionLog\LogInfo $info |
||
| 14 | * |
||
| 15 | * @return bool |
||
| 16 | */ |
||
| 17 | public static function info(LogInfo $info) |
||
| 39 | |||
| 40 | |||
| 41 | public function __call($method, $parameters) |
||
| 45 | |||
| 46 | |||
| 47 | public static function __callStatic($method, $parameters) |
||
| 51 | } |
||
| 52 |