PHP 트레잇 PHPDaemon\Traits\ClassWatchdog

저자: Vasily Zorin ([email protected])
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 메소드들

메소드 설명
__call ( string $method, array $args ) : mixed
__callStatic ( string $method, array $args ) : mixed

메소드 상세

__call() 공개 메소드

public __call ( string $method, array $args ) : mixed
$method string Method name
$args array Arguments
리턴 mixed

__callStatic() 공개 정적인 메소드

public static __callStatic ( string $method, array $args ) : mixed
$method string Method name
$args array Arguments
리턴 mixed