1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-20 12:41:23 +02:00

added missing doc

This commit is contained in:
Oliver Vogel
2013-03-02 12:58:05 +01:00
parent 199466eb0a
commit 872c9be7d7

View File

@@ -406,6 +406,12 @@ class Image
return $this->grab($width, $height); return $this->grab($width, $height);
} }
/**
* Mirror image horizontally or vertically
*
* @param mixed $mode
* @return Image
*/
public function flip($mode = null) public function flip($mode = null)
{ {
$x = 0; $x = 0;