?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/league/tactician/src/Plugins/NamedCommand/



?? Go up: /home/webdevt/prestashop17/vendor/league/tactician/src/Plugins

?? Viewing: NamedCommand.php

<?php

namespace League\Tactician\Plugins\NamedCommand;

/**
 * Exposes a name for a command
 */
interface NamedCommand
{
    /**
     * Returns the name of the command
     *
     * @return string
     */
    public function getCommandName();
}


??

??