Platformsh\Cli\Console\CustomMarkdownDescriptor::__construct PHP Метод

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

public __construct ( string | null $cliExecutableName = null )
$cliExecutableName string | null The name of the CLI command.
    public function __construct($cliExecutableName = null)
    {
        $this->cliExecutableName = $cliExecutableName ?: basename($_SERVER['PHP_SELF']);
    }