?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/doctrine/persistence/lib/Doctrine/Common/



?? Go up: /home/webdevt/prestashop17/vendor/doctrine/persistence/lib/Doctrine

?? Viewing: NotifyPropertyChanged.php

<?php

namespace Doctrine\Common;

use function class_alias;

class_alias(
    \Doctrine\Persistence\NotifyPropertyChanged::class,
    __NAMESPACE__ . '\NotifyPropertyChanged'
);

if (false) {
    interface NotifyPropertyChanged extends \Doctrine\Persistence\NotifyPropertyChanged
    {
    }
}


??

??