Cli\RouterInterface::getTaskName

abstract public getTaskName () ...

Queue\Beanstalk::readYaml

final public readYaml () Fetch a YAML payload from the Beanstalkd server

Mvc\Micro\LazyLoader

Source on GitHub Lazy-Load of handlers for Mvc\Micro using auto-loading Methods public getDefinition () ... public __construct (mixed $definition) Phalcon\Mvc\Micro\LazyLoader constructor public mixed __call (string $method, array $arguments) Initializes the internal handler, calling functions on it

Db\AdapterInterface::useExplicitIdValue

abstract public useExplicitIdValue () ...

Mvc\Collection::OP_CREATE

integer OP_CREATE

Mvc\View\Engine::partial

public string partial (string $partialPath, [array $params]) Renders a partial inside another view

Forms\Form::getValue

public getValue (mixed $name) Gets a value from the internal related entity or from the default value

Mvc\View::setLayoutsDir

public setLayoutsDir (mixed $layoutsDir) Sets the layouts sub-directory. Must be a directory under the views directory. Depending of your platform, always add a trailing slash or backslash $view->setLayoutsDir('../common/layouts/');

Validation\Validator\Identical

extends abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface Source on GitHub Checks if a value is identical to other use Phalcon\Validation\Validator\Identical; $validator->add('terms', new Identical([ 'accepted' => 'yes', 'message' => 'Terms and conditions must be accepted' ])); $validator->add(['terms', 'anotherTerms'], new Identical([ 'accepted' => [ 'terms' => 'yes', 'anotherTerms' => 'yes'

Http\RequestInterface::getBestLanguage

abstract public getBestLanguage () ...