PHP 클래스 AsseticBundle\View\Helper\Asset

상속: extends Zend\View\Helper\Placeholder\Container\AbstractStandalone
파일 보기 프로젝트 열기: widmogrod/zf2-assetic-module

보호된 프로퍼티들

프로퍼티 타입 설명
$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