Ejemplo n.º 1
0
 /**
  * Generates an unique namespace for an object to be used
  * for addressing object specific session data and gp variables.
  *
  * Expected notation: ns1.ns2.ns3.(...)
  *
  * @return String Unique namespace for object
  */
 public function getObjectNamespace()
 {
     return $this->configuration->getListIdentifier() . '.columnSelector';
 }