Output the hook corresponding to the specific package named.
public callByPackage ( string $app, string $call, array $args = [], array $options = [] ) : mixed | ||
$app | string | The application being called. |
$call | string | The method to call. |
$args | array | Arguments to the method. |
$options | array | Additional options: - noperms: (boolean) If true, don't check the perms. |
Результат | mixed | Return from application call. |