public getAttributes () ...
public setHydrateMode (mixed $hydrateMode) Sets the hydration mode in the resultset
public static boolean hasValue (string $name) Check if a helper has a default value set using Phalcon\Tag::setDefault or value from _POST
public has (mixed $property) Check whether a property is defined in the internal bag var_dump($user->has('name'));
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 getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
public setReader (Phalcon\Annotations\ReaderInterface $reader) Sets the annotations parser
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
public get (mixed $index, [mixed $defaultValue], [mixed $remove]) Gets a session variable from an application context $session->get('auth', 'yes');
Page 78 of 382