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:
@@ -394,7 +394,7 @@ class Image
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Legacy Method to support older grab calls
|
* Legacy Method to support older grab calls
|
||||||
*
|
*
|
||||||
* @param array $dimensions
|
* @param array $dimensions
|
||||||
* @return Image
|
* @return Image
|
||||||
*/
|
*/
|
||||||
@@ -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