コード例 #1
0
 /**
  * @inheritdoc
  */
 public function __sleep()
 {
     return array_diff(parent::__sleep(), ['_resource', '_eventManager']);
 }