Imbo\EventListener\Imagick::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return ['image.transformed' => 'updateModel', 'images.post' => ['updateModelBeforeStoring' => 1, 'readImageBlob' => 40], 'image.loaded' => ['readImageBlob' => -10]];
    }