You are here

public function SWFObject::getParams in SWF Embed 7

Same name and namespace in other branches
  1. 6 swfembed.module \SWFObject::getParams()

Gets a list of all parameters.

Return value

An array of params as an associative array.

1 call to SWFObject::getParams()
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 361
The main file for swfembed.

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

public function getParams() {
  return $this->params;
}