Api\ArrayType\ApiArrayOfErrorProject::first PHP Méthode

first() public méthode

Returns the first element
See also: AbstractStructArrayBase::first()
public first ( ) : Api\StructType\ApiErrorProject | null
Résultat Api\StructType\ApiErrorProject | null
    public function first()
    {
        return parent::first();
    }