Api\ArrayType\ApiArrayOfErrorProject::first PHP Method

first() public method

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