コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function clearTargets()
 {
     $this->removeTargets(Expr::valid());
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function getAssetMappings()
 {
     return $this->findAssetMappings(Expr::valid());
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public function clearRootInstallerDescriptors()
 {
     $this->removeRootInstallerDescriptors(Expr::valid());
 }