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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user