This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"events" : [ | |
{ | |
"eventName": "service-review-created", | |
"version": "1", | |
"eventData": { | |
"id": "53bffd360000640002975387", | |
"language": "en", | |
"stars": 5, | |
"title": "Les Possédés. Fédor Mikhaïlovitch Dostoïevski", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// from "Head First Design Patterns by Eric Freeman" | |
interface FlyBehavior | |
{ | |
public function fly(); | |
} | |
class FlyWithWings implements FlyBehavior | |
{ | |
public function fly() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "E1", | |
"description": "Реестровый номер" | |
}, | |
{ | |
"name": "E2", | |
"description": "Полное наименование" | |
}, | |
{ |