integer TYPE_CHAR
public writeAttribute (string $attribute, mixed $value) Writes an attribute value by its name $robot->writeAttribute('name', 'Rosey');
public mixed readAttribute (string $attribute) Reads an attribute value by its name echo $robot->readAttribute('name');
abstract public getName () ...
public Phalcon\Mvc\Micro\Collection setHandler (mixed $handler, [boolean $lazy]) Sets the main handler
public static string urlField (array $parameters) Builds a HTML input[type=”url”] tag
public Phalcon\Cli\Router\Route getRouteById (int $id) Returns a route object by its id
public getRelationsBetween (mixed $first, mixed $second) Query the first relationship defined between two models
abstract public static cloneResultMapHydrate (array $data, mixed $columnMap, mixed $hydrationMode) ...
public length (mixed $item) Length filter. If an array/object is passed a count is performed otherwise a strlen/mb_strlen
Page 358 of 382