Back to WebAssetRegistryAssetChanged class

Method getAssetType

public string
getAssetType
()
Return a type of modified asset
Returns
  • string
Since
  • 4.0.0

Method getAssetType - Source code

/**
 * Return a type of modified asset
 *
 * @return  string
 *
 * @since  4.0.0
 */
public function getAssetType() : string
{
    return $this->arguments['assetType'];
}