Mvc\View\Simple::setCacheOptions

public setCacheOptions (array $options) Sets the cache options

Cli\Router\Route::getPaths

public getPaths () Returns the paths

Http\Request::isMethod

public isMethod (mixed $methods, [mixed $strict]) Check if HTTP method match any of the passed methods When strict is true it checks if validated methods are real HTTP methods

Security::getSslVersionNumber

public getSslVersionNumber () Getting OpenSSL or LibreSSL version Parse OPENSSL_VERSION_TEXT because OPENSSL_VERSION_NUMBER is no use for LibreSSL. if ($security->getSslVersionNumber() >= 20105) { // ... }

Events\Manager::detachAll

public detachAll ([mixed $type]) Removes all events from the EventsManager

Generating URLs and Paths

Phalcon\Mvc\Url is the component responsible of generate URLs in a Phalcon application. It’s capable of produce independent URLs based on routes. Setting a base URI Depending of which directory of your document root your application is installed, it may have a base URI or not. For example, if your document root is /var/www/htdocs and your application is installed in /var/www/htdocs/invo then your baseUri will be /invo/. If you are using a VirtualHost or your application is installed on the docu

Acl\Adapter::setEventsManager

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the events manager

Session\Adapter\Libmemcached::write

public write (mixed $sessionId, mixed $data)

Mvc\Model\Transaction::isManaged

public isManaged () Checks whether transaction is managed by a transaction manager

Cache\Frontend\Base64::beforeStore

public string beforeStore (mixed $data) Serializes data before storing them