コード例 #1
0
ファイル: Data.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Retrieve number of loaded stores
  *
  * @return int
  */
 public function countStores()
 {
     return sizeof($this->_stores->getItems());
 }