Craft\RetourWidget::getIconPath PHP Метод

getIconPath() публичный Метод

public getIconPath ( ) : string
Результат string
    public function getIconPath()
    {
        return craft()->path->getPluginsPath() . 'retour/resources/icon.svg';
    }