Api\ArrayType\ApiArrayOfString::first PHP Method

first() public method

Returns the first element
See also: AbstractStructArrayBase::first()
public first ( ) : string | null
return string | null
    public function first()
    {
        return parent::first();
    }