コード例 #1
0
 /**
  * Check if given owner entity supports by activity list providers
  *
  * @param $entity
  * @return bool
  */
 public function isSupportedOwnerEntity($entity)
 {
     return $this->chainProvider->isSupportedOwnerEntity($entity);
 }