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

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

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