/** * @param $name */ function __construct($name) { parent::__construct($name); $this->orderable(false); }