public function checkPropertyAllowed($obj, $method) { if ($this ->isSandboxed()) { $this->policy ->checkPropertyAllowed($obj, $method); } }