Skip to content

Commit

Permalink
Expand doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 23, 2013
1 parent 11e428b commit 85a906c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/Cake/Network/Email/CakeEmail.php
Expand Up @@ -1026,6 +1026,16 @@ public function message($type = null) {
/**
* Configuration to use when send email
*
* ### Usage
*
* Load configuration from `app/Config/email.php`:
*
* `$email->config('default');`
*
* Merge an array of configuration into the instance:
*
* `$email->config(array('to' => 'bill@example.com'));`
*
* @param string|array $config String with configuration name (from email.php), array with config or null to return current config
* @return string|array|CakeEmail
*/
Expand Down

0 comments on commit 85a906c

Please sign in to comment.