Exemplo n.º 1
0
 protected function hasComponent(AbsCmp $component, $position)
 {
     return $this->isProperPosition($position) && in_array($component->getHashId(), $this->components[$position]);
 }