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();
    }