AppserverIo\Appserver\Meta\Composer\Script\Setup::postUpdate PHP 메소드

postUpdate() 공개 정적인 메소드

This method will be invoked by composer after a successful update and creates the application server configuration file under etc/appserver/appserver.xml.
public static postUpdate ( Composer\Script\Event $event ) : void
$event Composer\Script\Event The event that invokes this method
리턴 void
    public static function postUpdate(Event $event)
    {
        Setup::postInstall($event);
    }