silverorange Code


Swat.SwatTitleable
/Swat/SwatTitleable.php at line 13

Interface SwatTitleable

SwatTitleable

public interface SwatTitleable

Objects that are titleable have a title that may be gotten

Copyright:
2006 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
See Also:
SwatTitleable::getTitle()

Method Summary
string

getTitle()

Gets the title of this object.

Method Detail

/Swat/SwatTitleable.php at line 22

getTitle

public string getTitle()

Gets the title of this object

Returns:
the title of this object.

silverorange Code