public isPatch () Checks whether HTTP method is PATCH. if _SERVER[“REQUEST_METHOD”]===”PATCH”
public read (mixed $sessionId)
public setAutomaticUpdateAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes) Set the attributes that must be ignored from the UPDATE SQL generation $metaData->setAutomaticUpdateAttributes(new Robots(), array('modified_at' => true));
integer MODELS_AUTOMATIC_DEFAULT_INSERT
public __set (string $property, mixed $value) Magic method to assign values to the the model
public getOptions () Return Volt’s options
public Phalcon\Mvc\Router\Route addPatch (string $pattern, [string/array $paths]) Adds a route to the router that only match if the HTTP method is PATCH
public remove (mixed $name) Removes an element from the form
abstract public getPrimaryKeyAttributes (Phalcon\Mvc\ModelInterface $model) ...
public boolean exists ([string | int $keyName], [int $lifetime]) Checks if cache exists and it isn’t expired
Page 189 of 382