Brotkrueml\FeedGenerator\ValueObject\Attachment

class Brotkrueml\FeedGenerator\ValueObject\Attachment
__construct(string url, string type = '', int length = 0)
Parameters
  • $url (string) -- The URL

  • $type (string) -- The type

  • $length (int) -- The length

getUrl()
Return type

string

getType()
Return type

string

getLength()
Return type

int