public addResource (Phalcon\Assets\Resource $resource) Adds a raw resource to the manager $assets->addResource(new Phalcon\Assets\Resource('css', 'css/style.css'));
public send () Sends the cookies to the client Cookies aren’t sent if headers are sent in the current request
integer TYPE_TIMESTAMP
abstract public getValidators () ...
abstract public queryKeys ([mixed $prefix]) ...
public delete () Deletes a model instance. Returning true on success or false otherwise. $robot = Robots::findFirst(); $robot->delete(); foreach (Robots::find() as $robot) { $robot->delete(); }
public offsetUnset (string $offset) Unsets a translation from the dictionary
public getCustomEventsManager (Phalcon\Mvc\ModelInterface $model) Returns a custom events manager related to a model
final public offsetExists (mixed $property) ...
integer VERTICAL
Page 326 of 382