REBELinBLUE\Deployer\Template::getFileCountAttribute PHP Méthode

getFileCountAttribute() public méthode

Define a accessor for the count of persistent files.
public getFileCountAttribute ( ) : integer
Résultat integer
    public function getFileCountAttribute()
    {
        return $this->sharedFiles()->count();
    }