Ejemplo n.º 1
0
 public function __construct(Kwf_Model_Row_Abstract $row)
 {
     $this->class = $row->getModel()->getFactoryId();
     $this->row = $row;
 }