Skip to content

Commit

Permalink
Updating doc block for EmailComponent::send(). Fixes #633
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 28, 2010
1 parent bd485c7 commit 2fab47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/libs/controller/components/email.php
Expand Up @@ -326,6 +326,7 @@ function startup(&$controller) {}
* Send an email using the specified content, template and layout
*
* @param mixed $content Either an array of text lines, or a string with contents
* If you are rendering a template this variable will be sent to the templates as `$content`
* @param string $template Template to use when sending email
* @param string $layout Layout to use to enclose email body
* @return boolean Success
Expand Down

0 comments on commit 2fab47e

Please sign in to comment.