Browse Source

minor fix on phpDoc

tags/2.0.0-beta
Antonio Ramirez 11 years ago
parent
commit
1bde5e0d27
  1. 1
      extensions/yii/imagine/Image.php

1
extensions/yii/imagine/Image.php

@ -157,6 +157,7 @@ class Image extends Component
* $point = new \Imagine\Image\Point(5, 5); * $point = new \Imagine\Image\Point(5, 5);
* $obj->crop('path\to\image.jpg', 200, 200, $point); * $obj->crop('path\to\image.jpg', 200, 200, $point);
* ~~~ * ~~~
* If null, it will crop from 0,0 pixel position
* @return \Imagine\Image\ManipulatorInterface * @return \Imagine\Image\ManipulatorInterface
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
*/ */

Loading…
Cancel
Save