Mvc\Model\Validator::isSetOption

public isSetOption (mixed $option) Check whether an option has been defined in the validator options

Dispatcher::setReturnedValue

public setReturnedValue (mixed $value) Sets the latest returned value by an action manually

Validation\MessageInterface::getField

abstract public getField () ...

Mvc\Router\Annotations::POSITION_FIRST

integer POSITION_FIRST

Mvc\View::partial

public partial (mixed $partialPath, [mixed $params]) Renders a partial view // Show a partial inside another view $this->partial('shared/footer'); // Show a partial inside another view with parameters $this->partial('shared/footer', ['content' => $html]);

Http\RequestInterface::getBasicAuth

abstract public getBasicAuth () ...

Phalcon Developer Tools on Windows

These steps will guide you through the process of installing Phalcon Developer Tools for Windows. Prerequisites The Phalcon PHP extension is required to run Phalcon Tools. If you haven’t installed it yet, please see the Installation section for instructions. Download You can download a cross platform package containing the developer tools from the Download section. Also you can clone it from Github. On the Windows platform, you need to configure the system PATH to include Phalcon tools as well

Cache\Frontend\Data::start

public start () Starts output frontend. Actually, does nothing

Mvc\Model\Row::offsetExists

public boolean offsetExists (string | int $index) Checks whether offset exists in the row

Translate\Adapter::offsetSet

public offsetSet (string $offset, string $value) Sets a translation value