Skip to content

Commit

Permalink
Upd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkit committed Aug 23, 2016
1 parent 27e16d2 commit 22342f0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ActiveRecord for table "file"


* Full name: \rkit\filemanager\models\File
* Parent class:
* Parent class:


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


* Full name: \rkit\filemanager\behaviors\FileBehavior
* Parent class:
* Parent class:


### uploadDir
Expand Down Expand Up @@ -411,7 +411,7 @@ FileBehavior::isFileProtected( string $attribute ): boolean
Get rules

```php
FileBehavior::getFileRules( string $attribute ): array
FileBehavior::getFileRules( string $attribute, boolean $onlyCoreValidators = false ): array
```


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



Expand Down Expand Up @@ -642,7 +643,7 @@ Component of FileManager


* Full name: \rkit\filemanager\FileManager
* Parent class:
* Parent class:


### getOwnerType
Expand Down Expand Up @@ -826,4 +827,4 @@ LocalStorage::delete( )


--------
> 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)
> 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 comments on commit 22342f0

Please sign in to comment.