targets() публичный Метод

Get the build targets.
public targets ( ) : array
Результат array An array of build targets.
Пример #1
0
 /**
  * Create an AssetCollection with all the configured assets.
  *
  * @return \MiniAsset\AssetCollection
  */
 public function assetCollection()
 {
     $assets = $this->config->targets();
     return new AssetCollection($assets, $this);
 }