public function get($default = null) { return PsDefines::get($this->name(), $this->type, $default); }
public function get() { return PsDefines::get($this->name(), $this->ctxt, $this->phpType, $this->default); }