getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string
예제 #1
0
 public function add(LayoutBox $box)
 {
     $this->items[$box->getIdentifier()] = $box;
 }