yii\widgets\LinkSorter::init PHP Метод

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

Initializes the sorter.
public init ( )
    public function init()
    {
        if ($this->sort === null) {
            throw new InvalidConfigException('The "sort" property must be set.');
        }
    }