Example #1
0
	public function __construct() {
		parent::__construct();

		return $this->auth('founder');
	}
Example #2
0
	public function __construct() {
		parent::__construct();

		$this->auth('all');
	}
Example #3
0
	public function __construct() {
		parent::__construct();

		$this->auth('colab_admin');
	}