console\controllers\MessageController $only

$only public property

List of patterns that specify which files (not directories) should be processed. If empty or not set, all files will be processed. See helpers/FileHelper::findFiles() description for pattern matching rules. If a file/directory matches both a pattern in "only" and "except", it will NOT be processed.

public array $only = ['*.php']
doc_Yii
2016-10-30 16:55:11
Comments
Leave a Comment

Please login to continue.