Jarves\AssetHandler\LoaderHandlerInterface::needsGrouping PHP 메소드

needsGrouping() 공개 메소드

Returns true if the order of the scripts should be keep together when minifying.
public needsGrouping ( ) : boolean
리턴 boolean
    public function needsGrouping();
LoaderHandlerInterface