PHP 클래스 Contao\CoreBundle\Framework\Adapter

파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__call ( string $name, array $arguments = [] ) : mixed Calls a method of the adapted class.
__construct ( string $class ) Constructor.

메소드 상세

__call() 공개 메소드

Calls a method of the adapted class.
public __call ( string $name, array $arguments = [] ) : mixed
$name string
$arguments array
리턴 mixed

__construct() 공개 메소드

Constructor.
public __construct ( string $class )
$class string