Skip to content

Commit

Permalink
Add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 26, 2015
1 parent b48cdfd commit f4e13c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Mailer/Mailer.php
Expand Up @@ -149,6 +149,11 @@ public function layout($layout)
return $this;
}

/**
* Get Email instance's view builder.
*
* @return \Cake\View\ViewBuilder
*/
public function viewBuilder()
{
return $this->_email->viewBuilder();
Expand Down

0 comments on commit f4e13c7

Please sign in to comment.