Doctrine_Record::getLast PHP Méthode

getLast() public méthode

getLast this method is used internally by Doctrine_Query it is needed to provide compatibility between records and collections
public getLast ( ) : Doctrine_Record
Résultat Doctrine_Record
    public function getLast()
    {
        return $this;
    }