API17

API17:JClientHelper::hasCredentials

From Joomla! Documentation

Joomla 11.1 JClientHelper::hasCredentials

Description

Method to determine if client login credentials are present.


public static function hasCredentials ($client)
Parameter Type Default Description
$client string Client name, currently only 'ftp' is supported
  • Returns boolean True if login credentials are available
  • Defined on line 152 of libraries/joomla/client/helper.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples