Annotations\Reflection::getMethodsAnnotations

public getMethodsAnnotations () Returns the annotations found in the methods’ docblocks

Mvc\Model\Transaction\Manager::getOrCreateTransaction

public getOrCreateTransaction ([mixed $autoBegin]) Create/Returns a new transaction or an existing one

Mvc\Micro::hasService

public hasService (mixed $serviceName) Checks if a service is registered in the DI

Http\Response\CookiesInterface::send

abstract public send () ...

Mvc\Model\MetaData\Memory::MODELS_NON_PRIMARY_KEY

integer MODELS_NON_PRIMARY_KEY

Queue\Beanstalk\Job::delete

public delete () Removes a job from the server entirely

Cache\Multiple::push

public push (Phalcon\Cache\BackendInterface $backend) Adds a backend

Security

This component aids the developer in common security tasks such as password hashing and Cross-Site Request Forgery protection (CSRF). Password Hashing Storing passwords in plain text is a bad security practice. Anyone with access to the database will immediately have access to all user accounts thus being able to engage in unauthorized activities. To combat that, many applications use the familiar one way hashing methods “md5” and “sha1”. However, hardware evolves each day, and becomes faster,

Db\Adapter::rollbackSavepoint

public rollbackSavepoint (mixed $name) Rollbacks given savepoint

Security\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin