Example #1
0
 /**
  * Check if a block is an alias from a page default.
  *
  * @param Block $b
  *
  * @return bool
  */
 public function isBlockAliasedFromMasterCollection($b)
 {
     return parent::isBlockAliasedFromMasterCollection($b);
 }