PHP Class Phalcon\Error\Error

Afficher le fichier Open project: phalcon/incubator Class Usage Examples

Protected Properties

Свойство Type Description
$attributes array

Méthodes publiques

Méthode Description
__call ( string $method, array $args ) : mixed Magic method to retrieve the attributes.
__construct ( array $options = [] ) Class constructor sets the attributes.

Method Details

__call() public méthode

Magic method to retrieve the attributes.
public __call ( string $method, array $args ) : mixed
$method string
$args array
Résultat mixed

__construct() public méthode

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

Property Details

$attributes protected_oe property

protected array $attributes
Résultat array