contenido\classes\class.client.php
Project:
Contenido Content Management System
Description: Contenido client class
Requirements:
- Author
- Timo A. Hummel
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- http://www.contenido.org
- Package
- Contenido Backend classes
- Since
- file available since contenido release <= 4.6 {@internal created unknown modified 2008-06-30, Dominik Ziegler, add security fix $Id: class.client.php 528 2008-07-02 13:29:28Z frederic.schneider $: }}
- Version
- 1.0.0
\Client
Package: Default


Methods


getAccessibleClients() : array
getAvailableClients() Returns all clients available in the system
Returns
Type | Description |
---|---|
array | Array with id and name entries |


getAvailableClients() : array
getAvailableClients() Returns all clients available in the system
Returns
Type | Description |
---|---|
array | Array with id and name entries |


getClientname( $clientid) : string
getClientname() Returns the clientname of the given clientid
Parameters
Returns
Name | Type | Description |
---|---|---|
$clientid |
Type | Description |
---|---|
string | Clientname if found, or emptry string if not. |