mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-28 15:29:12 +02:00
cs Mediator
This commit is contained in:
@@ -9,7 +9,9 @@ use DesignPatterns\Mediator\Colleague;
|
||||
*/
|
||||
class Server extends Colleague
|
||||
{
|
||||
|
||||
/**
|
||||
* process on server
|
||||
*/
|
||||
public function process()
|
||||
{
|
||||
$data = $this->getMediator()->queryDb();
|
||||
|
Reference in New Issue
Block a user