PHP 클래스 FOF30\Utils\Phpfunc

파일 보기 프로젝트 열기: akeeba/fof 1 사용 예제들

공개 메소드들

메소드 설명
__call ( string $func, array $args ) : mixed Magic call to intercept any function pass to it.

메소드 상세

__call() 공개 메소드

Magic call to intercept any function pass to it.
public __call ( string $func, array $args ) : mixed
$func string The function to call.
$args array Arguments passed to the function.
리턴 mixed The result of the function call.