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

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

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