}
/* }}} */
-/* {{{ proto SWFShape swfmorph_getShape1(void)
- Return's this SWFMorph's start shape */
+/* {{{ proto object swfmorph_getShape1(void)
+ Return's this SWFMorph's start shape object */
PHP_FUNCTION(swfmorph_getShape1)
{
SWFMorph morph = getMorph(getThis() TSRMLS_CC);
}
/* }}} */
-/* {{{ proto SWFShape swfmorph_getShape2(void)
- Return's this SWFMorph's start shape */
+/* {{{ proto object swfmorph_getShape2(void)
+ Return's this SWFMorph's start shape object */
PHP_FUNCTION(swfmorph_getShape2)
{
SWFMorph morph = getMorph(getThis() TSRMLS_CC);
}
/* }}} */
-/* {{{ proto SWFDisplayItem swfsprite_add(SWFCharacter)
- Adds the character to the sprite, returns a displayitem */
+/* {{{ proto object swfsprite_add(SWFCharacter)
+ Adds the character to the sprite, returns a displayitem object */
PHP_FUNCTION(swfsprite_add)
{
zval **zchar;