Beispiel #1
0
 function __construct($provider, $fields)
 {
     parent::__construct($provider, $fields, 'jfbcLogin');
     $this->examples = array('{JFBCLogin}', '{JFBCLogin text=Login With Facebook logout=true logout_url=http://www.sourcecoast.com}');
     $this->className = 'jfbcLogin';
     $this->tagName = 'JFBCLogin';
 }
Beispiel #2
0
 function __construct($provider, $fields)
 {
     parent::__construct($provider, $fields, 'jLinkedLogin');
     $this->className = 'jLinkedLogin';
     $this->tagName = 'JLinkedLogin';
 }
Beispiel #3
0
 function __construct($provider, $fields)
 {
     parent::__construct($provider, $fields, 'scGithubLoginTag');
     $this->className = 'scGithubLoginTag';
     $this->tagName = 'SCGithubLogin';
 }
Beispiel #4
0
 function __construct($provider, $fields)
 {
     parent::__construct($provider, $fields, 'scWindowsLiveLoginTag');
     $this->className = 'scWindowsLiveLoginTag';
     $this->tagName = 'SCWindowsLiveLogin';
 }