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