PHP 클래스 Phalcon\Error\Error

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

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes array

공개 메소드들

메소드 설명
__call ( string $method, array $args ) : mixed Magic method to retrieve the attributes.
__construct ( array $options = [] ) Class constructor sets the attributes.

메소드 상세

__call() 공개 메소드

Magic method to retrieve the attributes.
public __call ( string $method, array $args ) : mixed
$method string
$args array
리턴 mixed

__construct() 공개 메소드

Class constructor sets the attributes.
public __construct ( array $options = [] )
$options array

프로퍼티 상세

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

protected array $attributes
리턴 array