Exemplo n.º 1
0
 public function get($default = null)
 {
     return PsDefines::get($this->name(), $this->type, $default);
 }
Exemplo n.º 2
0
 public function get()
 {
     return PsDefines::get($this->name(), $this->ctxt, $this->phpType, $this->default);
 }