Ejemplo n.º 1
0
 /**
  *	Returns class name for the object's cell
  *
  *	@return string
  **/
 public function className()
 {
     return $this->_strategy->className();
 }
Ejemplo n.º 2
0
 public function className()
 {
     return $this->_simple->className();
 }