Action_Helper_Entity::direct PHP Метод

direct() публичный Метод

Direct strategy
public direct ( mixed $entity, string $key, boolean $throw = TRUE ) : object | null
$entity mixed
$key string
$throw boolean
Результат object | null
    public function direct($entity, $key, $throw = TRUE)
    {
        return $this->get($entity, $key, $throw);
    }