Ejemplo n.º 1
0
 /**
  * Check structure of cube
  */
 public function checkStructure()
 {
     foreach ($this->getDimensions() as $dimension) {
         $dimension->checkStructure();
     }
     parent::checkStructure();
     $this->checkSetter();
 }
Ejemplo n.º 2
0
 public function checkStructure()
 {
     parent::checkStructure();
     $this->checkSetter();
 }