invalidInheritanceRoot() 공개 정적인 메소드

public static invalidInheritanceRoot ( $className, $parents )
예제 #1
0
 public function markInheritanceRoot()
 {
     if ($this->parentClasses) {
         throw MappingException::invalidInheritanceRoot($this->name, $this->parentClasses);
     }
     $this->inInheritanceHierachy = true;
 }