PHP 클래스 Storm\Drivers\Base\Object\Properties\Proxies\ProxyFileGenerator

상속: extends ProxyGenerator
파일 보기 프로젝트 열기: timetoogo/penumbra 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ProxyCachePath

공개 메소드들

메소드 설명
__construct ( $ProxyNamespace, $ProxyCachePath )

보호된 메소드들

메소드 설명
GenerateProxyFileName ( $ProxyClassName )
LoadProxyClass ( ReflectionClass $EntityReflection, $ProxyClassName, $FullProxyName )
LoadProxyClassFile ( ReflectionClass $EntityReflection, $ProxyClassName, $FullProxyName, $ProxyFileName )

메소드 상세

GenerateProxyFileName() 최종 보호된 메소드

final protected GenerateProxyFileName ( $ProxyClassName )

LoadProxyClass() 최종 보호된 메소드

final protected LoadProxyClass ( ReflectionClass $EntityReflection, $ProxyClassName, $FullProxyName )
$EntityReflection ReflectionClass

LoadProxyClassFile() 추상적인 보호된 메소드

abstract protected LoadProxyClassFile ( ReflectionClass $EntityReflection, $ProxyClassName, $FullProxyName, $ProxyFileName )
$EntityReflection ReflectionClass

__construct() 공개 메소드

public __construct ( $ProxyNamespace, $ProxyCachePath )

프로퍼티 상세

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

protected $ProxyCachePath