public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain], [mixed $httpOnly]) Sets a cookie to be sent at the end of the request This method overrides any cookie set before with the same name
public convert (mixed $name, mixed $converter) Adds a converter to perform an additional transformation for certain parameter
integer XHTML10_STRICT
public validate (Phalcon\Validation $validation, mixed $field) Executes the validation
public setShared (mixed $shared) Sets if the service is shared or not
public Phalcon\Mvc\Micro\Collection delete (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is DELETE
public toArray () Converts recursively the object to an array print_r($config->toArray());
public static setup (array $options) Enables/disables options in the ORM
abstract public setJsonContent (mixed $content) ...
Page 287 of 382