getIdentifier() public method

public getIdentifier ( ) : string
return string
コード例 #1
0
 public function add(LayoutBox $box)
 {
     $this->items[$box->getIdentifier()] = $box;
 }