Excludes links that are not enabled.
$this
public function onlyEnabledLinks() { $this->addCondition('enabled', 1); return $this; }