Corcel\Attachment::getAltAttribute PHP Method

getAltAttribute() public method

Gets the alt attribute.
public getAltAttribute ( ) : string
return string
    public function getAltAttribute()
    {
        return $this->meta->_wp_attachment_image_alt;
    }