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

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

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