Skip to content

Instantly share code, notes, and snippets.

@komapa
Created May 25, 2011 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komapa/990620 to your computer and use it in GitHub Desktop.
Save komapa/990620 to your computer and use it in GitHub Desktop.
Propel phpDoc sample
<?php
/**
* Explanation of the method
*
* @see Object::method()
*
* @param Criteria $c Some object parameter
* @param array $arr Some array parameter
* @param boolean $bool Some boolean parameter
* @param integer $int Some integer parameter
* @param string $string Some string parameter
*
* @throws PropelException if an error occurs
* @return array|ModelJoin[]
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment