__construct() public method

public __construct ( $text = null, $locale = null, $id = null, $type = null, $CriterionType = null )
コード例 #1
0
 function __construct()
 {
     parent::__construct();
     //$this->logged_user_id = (\isLoggedin()) ? \getAuthUser()->user_id : 0;
 }