PHP 클래스 Gc\View\Helper\Cdn

상속: extends Zend\View\Helper\AbstractHelper
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$basePath string Base path
$config Gc\Core\Config Core config data
$request Zend\Http\PhpEnvironment\Request Request

공개 메소드들

메소드 설명
__construct ( Zend\Http\PhpEnvironment\Request $request, Config $config ) Constructor
__invoke ( string $path ) : string Generates an url with the given path.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Zend\Http\PhpEnvironment\Request $request, Config $config )
$request Zend\Http\PhpEnvironment\Request Http request
$config Gc\Core\Config Core config

__invoke() 공개 메소드

Generates an url with the given path.
public __invoke ( string $path ) : string
$path string Path
리턴 string Url

프로퍼티 상세

$basePath 보호되어 있는 프로퍼티

Base path
protected string $basePath
리턴 string

$config 보호되어 있는 프로퍼티

Core config data
protected Config,Gc\Core $config
리턴 Gc\Core\Config

$request 보호되어 있는 프로퍼티

Request
protected Request,Zend\Http\PhpEnvironment $request
리턴 Zend\Http\PhpEnvironment\Request