REBELinBLUE\Deployer\Template::getVariableCountAttribute PHP Метод

getVariableCountAttribute() публичный Метод

Define a accessor for the count of env variables.
public getVariableCountAttribute ( ) : integer
Результат integer
    public function getVariableCountAttribute()
    {
        return $this->variables()->count();
    }