10 defined(
'JPATH_PLATFORM') or die;
50 public function __construct($type, $private = null, $public = null)
53 $this->type = (string) $type;
56 $this->
private = isset($private) ? (string) $private : null;
57 $this->
public = isset($public) ? (string) $public : null;
69 public function __get($name)
77 trigger_error(
'Cannot access property ' . __CLASS__ .
'::' . $name, E_USER_WARNING);