コード例 #1
0
ファイル: CraftingInventory.php プロジェクト: iTXTech/Genisys
 public function getSize()
 {
     return $this->getResultInventory()->getSize() + parent::getSize();
 }