public function SWFObject::getSwfFallbacks in SWF Embed 7
Gets the fallback swf array
Return value
The array of fallback swf information
1 call to SWFObject::getSwfFallbacks()
- SWFObject::toArray in ./
swfembed.module - Convert this to an array ready for serializing. This is a special-purpose method for turning this object into a configuration array. It is not a general purpose serialization method.
File
- ./
swfembed.module, line 461 - The main file for swfembed.
Class
- SWFObject
- Generic data object for describing an SWF configuration.
Code
public function getSwfFallbacks() {
return $this->swfFallbacks;
}