public function RestfulDataProviderVariable::create in RESTful 7
Alias for $this->variableSet().
Overrides RestfulBase::create
File
- plugins/
restful/ RestfulDataProviderVariable.php, line 179 - Contains \RestfulDataProviderDbQuery
Class
- RestfulDataProviderVariable
- @file Contains \RestfulDataProviderDbQuery
Code
public function create() {
return $this
->variableSet();
}