Source of: /manual/en/function.swfbutton.setover.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swfbutton.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.swfbutton.setover.php',
1 => 'SWFButton->setOver',
),
'up' =>
array (
0 => 'class.swfbutton.php',
1 => 'The SWFButton class',
),
'prev' =>
array (
0 => 'function.swfbutton.setmenu.php',
1 => 'SWFButton->setMenu',
),
'next' =>
array (
0 => 'function.swfbutton.setup.php',
1 => 'SWFButton->setUp',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.swfbutton.setover" class="refentry">
<div class="refnamediv">
<h1 class="refname">SWFButton->setOver</h1>
<p class="verinfo">(PHP 4 >= 4.0.5)</p><p class="refpurpose"><span class="refname">SWFButton->setOver</span> — <span class="dc-title">Alias for addShape(shape, SWFBUTTON_OVER)</span></p>
</div>
<a name="function.swfbutton.setover.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="classsynopsis">
<div class="ooclass"><a href="class.swfbutton.php" class="classname">SWFButton</a></div>
<div class="methodsynopsis dc-description">
<span class="type">void</span> <span class="methodname"><b>setOver</b></span>
( <span class="methodparam"><span class="type"><a href="class.swfshape.php" class="type SWFShape">SWFShape</a></span> <tt class="parameter">$shape</tt></span>
)</div>
</div>
<div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>
<p class="para">
<b>swfbutton->setover()</b> alias for addShape(shape, SWFBUTTON_OVER).
</p>
</div>
<a name="function.swfbutton.setover.returnvalues"></a><div class="refsect1 returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
No value is returned.
</p>
</div>
<a name="function.swfbutton.setover.seealso"></a><div class="refsect1 seealso">
<h3 class="title">See Also</h3>
<p class="para">
</p><ul class="simplelist">
<li class="member"><a href="function.swfbutton.addshape.php" class="xref">SWFButton->addShape</a></li>
<li class="member"><a href="class.swfaction.php" class="xref">SWFAction</a></li>
</ul><p>
</p>
</div>
</div><?php manual_footer(); ?>