public via (mixed $httpMethods) Set one or more HTTP methods that constraint the matching of the route $route->via('GET'); $route->via(array('GET', 'POST'));
abstract public setData ([mixed $data]) ...
public offsetExists (mixed $index) Allows to check whether an attribute is defined using the array-syntax var_dump(isset($config['database']));
abstract public getReadConnectionService () ...
abstract public addOptions (mixed $pattern, [mixed $paths]) ...
public array read (string $key) Reads meta-data from $_SESSION
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());
Page 277 of 382