PHP Class Phalcon\Error\Error

Show file Open project: phalcon/incubator Class Usage Examples

Protected Properties

Property Type Description
$attributes array

Public Methods

Method 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 method

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

__construct() public method

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

Property Details

$attributes protected property

protected array $attributes
return array