Skip to content

Commit 22342f0

Browse files
committed
Upd docs
1 parent 27e16d2 commit 22342f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ActiveRecord for table "file"
5050

5151

5252
* Full name: \rkit\filemanager\models\File
53-
* Parent class:
53+
* Parent class:
5454

5555

5656
### setStorage
@@ -271,7 +271,7 @@ File::deleteByOwner( \rkit\filemanager\Storage $storage, integer $ownerId, integ
271271

272272

273273
* Full name: \rkit\filemanager\behaviors\FileBehavior
274-
* Parent class:
274+
* Parent class:
275275

276276

277277
### uploadDir
@@ -411,7 +411,7 @@ FileBehavior::isFileProtected( string $attribute ): boolean
411411
Get rules
412412

413413
```php
414-
FileBehavior::getFileRules( string $attribute ): array
414+
FileBehavior::getFileRules( string $attribute, boolean $onlyCoreValidators = false ): array
415415
```
416416

417417

@@ -422,6 +422,7 @@ FileBehavior::getFileRules( string $attribute ): array
422422
| Parameter | Type | Description |
423423
|-----------|------|-------------|
424424
| `$attribute` | **string** | Attribute of a model |
425+
| `$onlyCoreValidators` | **boolean** | Only core validators |
425426

426427

427428

@@ -642,7 +643,7 @@ Component of FileManager
642643

643644

644645
* Full name: \rkit\filemanager\FileManager
645-
* Parent class:
646+
* Parent class:
646647

647648

648649
### getOwnerType
@@ -826,4 +827,4 @@ LocalStorage::delete( )
826827

827828

828829
--------
829-
> This document was automatically generated from source code comments on 2016-03-10 using [phpDocumentor](http://www.phpdoc.org/) and [cvuorinen/phpdoc-markdown-public](https://github.com/cvuorinen/phpdoc-markdown-public)
830+
> This document was automatically generated from source code comments on 2016-08-23 using [phpDocumentor](http://www.phpdoc.org/) and [cvuorinen/phpdoc-markdown-public](https://github.com/cvuorinen/phpdoc-markdown-public)

0 commit comments

Comments
 (0)