1
0
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:
Menno Holtkamp
2014-04-03 10:38:00 +02:00
parent dd9d144ce8
commit 5d73ad777c

View File

@@ -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
*/ */