Netresearch\Composer\Patches\Patch::getFileAdditions PHP Метод

getFileAdditions() публичный Метод

Get the files, added by this patch
public getFileAdditions ( ) : type
Результат type
    public function getFileAdditions()
    {
        if (is_array($this->fileAdditions)) {
            return $this->fileAdditions;
        }
        return $this->fileAdditions = $this->getActionFiles('+');
    }