webCOMAND

login::get_title()

Return the title of this login object.

Prototype

string login::get_title()

Example

require_once('path/to/comand.php');

$login = new \io_comand_login\login();
$title = $login->get_title();
echo("Login Policy: $title");