MiniAsset\Output\AssetWriter::outputDir PHP 메소드

outputDir() 공개 메소드

Used to locate outputs when determining freshness.
public outputDir ( AssetTarget $target ) : string
$target MiniAsset\AssetTarget
리턴 string The path
    public function outputDir(AssetTarget $target)
    {
        return $target->outputDir();
    }