PHP 트레잇 Bluz\Common\Helper

저자: Anton Shevchuk
파일 보기 프로젝트 열기: bluzphp/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$helpers list of helpers
$helpersPath list of helpers paths

공개 메소드들

메소드 설명
__call ( string $method, array $args ) : mixed Call magic helper
addHelperPath ( string $path ) : self Add helper path
resetHelpersPath ( ) : self Reset helpers path
setHelpersPath ( string | array $helpersPath ) : self Set helpers path

메소드 상세

__call() 공개 메소드

Call magic helper
public __call ( string $method, array $args ) : mixed
$method string
$args array
리턴 mixed

addHelperPath() 공개 메소드

Add helper path
public addHelperPath ( string $path ) : self
$path string
리턴 self

resetHelpersPath() 공개 메소드

Reset helpers path
public resetHelpersPath ( ) : self
리턴 self

setHelpersPath() 공개 메소드

Set helpers path
public setHelpersPath ( string | array $helpersPath ) : self
$helpersPath string | array
리턴 self

프로퍼티 상세

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

list of helpers
protected $helpers

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

list of helpers paths
protected $helpersPath