mirror of
https://github.com/Intervention/image.git
synced 2025-09-07 04:30:49 +02:00
Fixed wrong documentation
Especially the 'filename' property, as the docs suggested in included the extension http://image.intervention.io/properties/public#filename http://php.net/manual/en/function.pathinfo.php
This commit is contained in:
@@ -42,7 +42,7 @@ class Image
|
|||||||
public $dirname;
|
public $dirname;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Trailing name component of current image filename
|
* The current basename of the image file, if instance was created from file.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@@ -56,7 +56,7 @@ class Image
|
|||||||
public $extension;
|
public $extension;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Combined filename (basename and extension)
|
* The current image basename without extension, if instance was created from file.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user