Components::_identifyComponent PHP Метод

_identifyComponent() приватный статический Метод

Identify the selected component based on the command arguments.
private static _identifyComponent ( Components_Config $config, array $actions, Components_Dependencies $dependencies ) : null
$config Components_Config The active configuration.
$actions array The list of available actions.
$dependencies Components_Dependencies
Результат null
    private static function _identifyComponent(Components_Config $config, $actions, Components_Dependencies $dependencies)
    {
        $identify = new Components_Component_Identify($config, $actions, $dependencies);
        $identify->setComponentInConfiguration();
    }