%PDF- %PDF-
Direktori : /home/lightco1/public_html/lightingrepublic.com.au/libraries/koowa/service/identifier/ |
Current File : /home/lightco1/public_html/lightingrepublic.com.au/libraries/koowa/service/identifier/interface.php |
<?php /** * @version $Id$ * @package Koowa_Service * @subpackage Identifier * @copyright Copyright (C) 2007 - 2012 Johan Janssens. All rights reserved. * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> */ /** * Service Identifier interface * * Wraps identifiers of the form [application::]type.component.[.path].name * in an object, providing public accessors and methods for derived formats * * @author Johan Janssens <johan@nooku.org> * @package Koowa_Service * @subpackage Identifier */ interface KServiceIdentifierInterface extends Serializable { /** * Formats the indentifier as a [application::]type.component.[.path].name string * * @return string */ public function __toString(); }