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);
 }