<?php namespace crm; class et{ protected $table = "b"; public $field = "d"; private $x = "private!"; public function dump(){ $get_object_vars = 'get_object_vars'; var_dump( $get_object_vars($this) ); } } $et = new et(); $et->dump();
You have javascript disabled. You will not be able to edit any code.