public function getProperty($propname) { $props = ObjectManager::getObjectProperties($this->uri); if (array_key_exists($propname, $props)) { return $props[$propname]; } return null; }