Back to CMSApplication class

Method getClientId

public int
getClientId
()
Gets the client id of the current running application.
Returns
  • int A client identifier.
Since
  • 3.2

Method getClientId - Source code

/**
 * Gets the client id of the current running application.
 *
 * @return  integer  A client identifier.
 *
 * @since   3.2
 */
public function getClientId()
{
    return $this->clientId;
}