You are here

function SWFObject::getId in SWF Embed 7

Get the id for the div

File

./swfembed.module, line 192
The main file for swfembed.

Class

SWFObject
Generic data object for describing an SWF configuration.

Code

function getId() {
  return $this->id;
}