Neos\Neos\Command\WorkspaceCommandController::discardAllCommand PHP 메소드

discardAllCommand() 공개 메소드

This command discards all modified, created or deleted nodes in the specified workspace.
사용 중단: since 1.2
public discardAllCommand ( string $workspaceName, boolean $verbose = false ) : void
$workspaceName string Name of the workspace, for example "user-john"
$verbose boolean If enabled, information about individual nodes will be displayed
리턴 void
    public function discardAllCommand($workspaceName, $verbose = false)
    {
        $this->discardCommand($workspaceName, $verbose);
    }