abstract public initialize (Phalcon\Mvc\ModelInterface $model) ...
public getAttributes () ...
public setHydrateMode (mixed $hydrateMode) Sets the hydration mode in the resultset
public has (mixed $property) Check whether a property is defined in the internal bag var_dump($user->has('name'));
public static boolean hasValue (string $name) Check if a helper has a default value set using Phalcon\Tag::setDefault or value from _POST
public setReader (Phalcon\Annotations\ReaderInterface $reader) Sets the annotations parser
public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
public static uncamelize (mixed $str, [mixed $delimiter]) Uncamelize strings which are camelized echo Phalcon\Text::uncamelize('CocoBongo'); // coco_bongo echo Phalcon\Text::uncamelize('CocoBongo', '-'); // coco-bongo
public Phalcon\Annotations\Annotation current () Returns the current annotation in the iterator
public write (mixed $key, Phalcon\Annotations\Reflection $data) Writes parsed annotations to memory
Page 78 of 382