interface Embeddable

Abstract interface for an embeddable resource

Methods

int
getWidth()

Get width of this Embed

int
getHeight()

Get height of this Embed

string
getPreviewURL()

Get preview url

string
getName()

Get human readable name for this resource

string
getType()

Get Embed type

bool
validate()

Validate this resource

Details

at line 17
int getWidth()

Get width of this Embed

Return Value

int

at line 24
int getHeight()

Get height of this Embed

Return Value

int

at line 31
string getPreviewURL()

Get preview url

Return Value

string

at line 38
string getName()

Get human readable name for this resource

Return Value

string

at line 45
string getType()

Get Embed type

Return Value

string

at line 52
bool validate()

Validate this resource

Return Value

bool