return $working[0
];
} if ($type &
(SIMPLEPIE_LOCATOR_LOCAL_EXTENSION | SIMPLEPIE_LOCATOR_LOCAL_BODY | SIMPLEPIE_LOCATOR_REMOTE_EXTENSION | SIMPLEPIE_LOCATOR_REMOTE_BODY
) &&
$this->
get_links()) { if ($type & SIMPLEPIE_LOCATOR_LOCAL_EXTENSION &&
$working =
$this->
extension($this->local
)) { return $working[0
];
} if ($type & SIMPLEPIE_LOCATOR_LOCAL_BODY &&
$working =
$this->
body($this->local
)) { return $working[0
];
} if ($type & SIMPLEPIE_LOCATOR_REMOTE_EXTENSION &&
$working =
$this->
extension($this->elsewhere
)) { return $working[0
];
} if ($type & SIMPLEPIE_LOCATOR_REMOTE_BODY &&
$working =
$this->
body($this->elsewhere
)) {