Updating/Fixing/Adding more comments with the PHP Doc style.

This commit is contained in:
jgen
2014-04-27 18:59:01 -04:00
parent 4f51e942be
commit 03b3cdcbd2
5 changed files with 201 additions and 25 deletions

View File

@@ -66,7 +66,8 @@ class Image {
/**
* One will very rarely construct an image directly, more common
* would be to use Image::by_id, Image::by_hash, etc.
* @param mixed $row
*
* @param null|mixed $row
*/
public function __construct($row=null) {
if(!is_null($row)) {