AwsInspector\Model\Collection::getFirst PHP Méthode

getFirst() public méthode

public getFirst ( ) : object
Résultat object
    public function getFirst()
    {
        $this->rewind();
        return $this->current();
    }