コード例 #1
0
 private function make_instance()
 {
     return new PostControlMetaBox($this->comments_repository->reveal(), $this->rendering_engine->reveal(), $this->texts_provider->reveal(), $this->context->reveal());
 }
コード例 #2
0
 protected function make_instance()
 {
     return new ButtonClickHandler($this->auth_handler->reveal(), $this->comment_repository->reveal());
 }
コード例 #3
0
 private function make_instance()
 {
     return new Handler($this->auth_handler->reveal(), $this->comments_repository->reveal());
 }
コード例 #4
0
 private function make_instance()
 {
     return new VotesDisplayMetaBox($this->commments_repository->reveal(), $this->render_engine->reveal(), $this->texts_provider->reveal());
 }