FOF30\Platform\Base\Platform::runPlugins PHP 메소드

runPlugins() 공개 메소드

Execute plugins (system-level triggers) and fetch back an array with their return values.
또한 보기: F0FPlatformInterface::runPlugins()
public runPlugins ( string $event, array $data ) : array
$event string The event (trigger) name, e.g. onBeforeScratchMyEar
$data array A hash array of data sent to the plugins as part of the trigger
리턴 array A simple array containing the results of the plugins triggered
    public function runPlugins($event, $data)
    {
        return array();
    }