Aimeos\ShopBundle\Composer\ScriptHandler::getOptions PHP Méthode

getOptions() protected static méthode

Returns the available options defined in the composer file.
protected static getOptions ( Composer\Script\CommandEvent $event ) : array
$event Composer\Script\CommandEvent Command event object
Résultat array Associative list of option keys and values
    protected static function getOptions(CommandEvent $event)
    {
        return $event->getComposer()->getPackage()->getExtra();
    }