@@ -53,6 +53,14 @@ |
||
53 | 53 | */ |
54 | 54 | private $modifiedAt; |
55 | 55 | |
56 | + /** |
|
57 | + * @param string $name |
|
58 | + * @param string $path |
|
59 | + * @param null|string $rootPath |
|
60 | + * @param integer $size |
|
61 | + * @param integer $createdAt |
|
62 | + * @param integer $modifiedAt |
|
63 | + */ |
|
56 | 64 | public function __construct($name, $path, $rootPath, $size, $createdAt, $modifiedAt) |
57 | 65 | { |
58 | 66 | $this->name = $name; |