コード例 #1
0
ファイル: Send.php プロジェクト: shabbirvividads/magento2
 /**
  * Check if user is allowed to send
  *
  * @return boolean
  */
 public function canSend()
 {
     return !$this->sendfriend->isExceedLimit();
 }