setItemsCount() 공개 메소드

Set items count
public setItemsCount ( integer $count ) : void
$count integer
리턴 void
 public function setItemsCount($count)
 {
     $this->__load();
     return parent::setItemsCount($count);
 }