SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 545 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


Adds metadata to the document. Instead use:
$document =& JFactory::getDocument();
$document->setMetadata('metaName', 'metaValue');
Parameters name Metadata name
content Metadata value
[prepend] Deprecated, no effect
[append] Deprecated, no effect
appendMetaTag( name : string, content : string ) : void
Deprecated; use of this method is no longer advised.
Adds metadata to the document. Instead use:
$document=& JFactory::getDocument();
$document->setMetadata('metaName', 'metaValue');
Parameters name Metadata name
content Metadata value
Appendix
[ 400 ]
appendPathway( name : string, link : string=null ) : boolean
Deprecated and created during the development of Joomla! 1.5.
Appends an item to the pathway. Instead use JPathWay:
$pathway = mainframe->getPathWay();
$pathway->addItem($name, $link);
Parameters name Item name
[link] Item link
Returns true on success
close( code : int=0 ) : void
Closes the application gracefully.
Parameters [code] exit() code
dispatch( component :string ) : void
Dispatches the request and executes the relevant component, storing the rendered result in
the global JDocument object.


Pages:
533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557