PHP Класс AsseticBundle\View\Helper\Asset

Наследование: extends Zend\View\Helper\Placeholder\Container\AbstractStandalone
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$basePath
$baseUrl
$service AsseticBundle\Service | null

Открытые методы

Метод Описание
__construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator )
__invoke ( string $collectionName, array $options = [] ) : string

Защищенные методы

Метод Описание
getScriptTag ( $path, array $options = [] ) : string
getStylesheetTag ( $path, array $options = [] ) : string
helper ( Assetic\Asset\AssetInterface $asset, array $options = [] ) : string
setupAsset ( Assetic\Asset\AssetInterface $asset, array $options = [] ) : string

Описание методов

__construct() публичный метод

public __construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator )
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface

__invoke() публичный метод

public __invoke ( string $collectionName, array $options = [] ) : string
$collectionName string
$options array
Результат string

getScriptTag() защищенный метод

protected getScriptTag ( $path, array $options = [] ) : string
$path
$options array
Результат string

getStylesheetTag() защищенный метод

protected getStylesheetTag ( $path, array $options = [] ) : string
$path
$options array
Результат string

helper() защищенный метод

protected helper ( Assetic\Asset\AssetInterface $asset, array $options = [] ) : string
$asset Assetic\Asset\AssetInterface
$options array
Результат string

setupAsset() защищенный метод

protected setupAsset ( Assetic\Asset\AssetInterface $asset, array $options = [] ) : string
$asset Assetic\Asset\AssetInterface
$options array
Результат string

Описание свойств

$basePath защищенное свойство

protected $basePath

$baseUrl защищенное свойство

protected $baseUrl

$service защищенное свойство

protected Service,AsseticBundle|null $service
Результат AsseticBundle\Service | null