Xpressengine\Category\Models\Category::getItemModel PHP 메소드

getItemModel() 공개 메소드

Get the category item model
public getItemModel ( ) : string
리턴 string
    public function getItemModel()
    {
        return static::$itemModel;
    }