FluxBB\Models\Forum::topics PHP Méthode

topics() public méthode

public topics ( )
    public function topics()
    {
        return $this->hasMany('FluxBB\\Models\\Topic')->orderBy('sticky', 'DESC')->orderBy($this->sortColumn(), $this->sortDirection())->orderBy('id', 'DESC');
    }