Formats: Remove display & related method (#2776)

Format should not be responsible for sending HTTP response.
This commit is contained in:
Jan Tojnar 2022-06-07 18:05:33 +02:00 committed by GitHub
parent e85932b1a5
commit fb501652d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 11 additions and 178 deletions

View file

@ -26,13 +26,6 @@ interface FormatInterface {
*/
public function stringify();
/**
* Display the current data to the user
*
* @return self The format object
*/
public function display();
/**
* Set items
*