Back to WebAssetRegistryAssetChanged class

Method getChange

public string
getChange
()
Return a type of changes: new, remove, override
Returns
  • string
Since
  • 4.0.0

Method getChange - Source code

/**
 * Return a type of changes: new, remove, override
 *
 * @return  string
 *
 * @since  4.0.0
 */
public function getChange() : string
{
    return $this->arguments['change'];
}