Skip to content

Commit 191bef4

Browse files
committed
Adding logos to classes
1 parent 17d358c commit 191bef4

File tree

5 files changed

+3
-0
lines changed

5 files changed

+3
-0
lines changed

icons/database_go.png

698 Bytes
Loading

icons/database_query.png

767 Bytes
Loading

src/Mouf/Database/QueryWriter/CountNbResult.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* A utility class that can compute the number of results returned by a query.
1010
* It does so by embedding the query into a SELECT count(*) query and computing the results.
1111
*
12+
* @Renderer { "smallLogo":"vendor/mouf/database.querywriter/icons/database_query.png" }
1213
* @author David Negrier
1314
*/
1415
class CountNbResult implements IntValueInterface {

src/Mouf/Database/QueryWriter/QueryResult.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/**
1919
* A class that can execute a query and expose the results.
2020
*
21+
* @Renderer { "smallLogo":"vendor/mouf/database.querywriter/icons/database_query.png" }
2122
* @author David Negrier
2223
*/
2324
class QueryResult implements ArrayValueInterface, PaginableInterface, SortableInterface {

src/SQLParser/Query/Select.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
* @author David Négrier <[email protected]>
5252
* @ExtendedAction {"name":"Generate from SQL", "url":"parseselect/", "default":false}
5353
* @ExtendedAction {"name":"Test query", "url":"parseselect/tryQuery", "default":false}
54+
* @Renderer { "smallLogo":"vendor/mouf/database.querywriter/icons/database_go.png" }
5455
*/
5556
class Select implements StatementInterface {
5657

0 commit comments

Comments
 (0)