Phalcon\Db\Adapter\MongoDB\Model\BSONDocument::__construct PHP Метод

__construct() публичный Метод

This overrides the parent constructor to allow property access of entries by default.
См. также: http://php.net/arrayobject.construct
public __construct ( $input = [], $flags = ArrayObject::ARRAY_AS_PROPS, $iterator_class = 'ArrayIterator' )
    public function __construct($input = [], $flags = ArrayObject::ARRAY_AS_PROPS, $iterator_class = 'ArrayIterator')
    {
        parent::__construct($input, $flags, $iterator_class);
    }