Hirak\Prestissimo\Plugin::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return array(CPlugin\PluginEvents::PRE_FILE_DOWNLOAD => 'onPreFileDownload', Installer\InstallerEvents::POST_DEPENDENCIES_SOLVING => array(array('onPostDependenciesSolving', PHP_INT_MAX)));
    }

Usage Example

Example #1
0
 public function testGetSubscribedEvent()
 {
     self::assertInternalType('array', Plugin::getSubscribedEvents());
 }