...
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
public function abc() { $this->newAppController(foreign\engine::class)->something(); } |
...
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
public function abc() { $result = $this ->main(foreign\engine::class) ->first() ->sendResponse() ->validateCsrf() ->validateRights() ->getResult($params, []) ; } |
...
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
public function abc() { $result = $this ->main(foreign\engine::class) ->collectAll() ->sendResponse() ->validateCsrf() ->validateRights() ->getResult($params, []) ; } |
...
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
public function abc() { $result = $this ->makeHookable(foreign\engine::class) ->something() ; } |
...