PEAR_PackageUpdate::setDontAskUntilNextRelease

PEAR_PackageUpdate::setDontAskUntilNextRelease --  Sets the user's "Don't Ask Again Until Next Release" preference for the package.

Synopsis

publicbooleanPEAR_PackageUpdate::setDontAskUntilNextReleasebooleandontAsk

Beschreibung

Sets the user's "Don't Ask Again Until Next Releaase" preference to dontAsk. If dontAsk is TRUE the user will not be asked to update the package again until a new version is released..

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Rückgabewert

boolean - TRUE if the preference was set properly, FALSE otherwise.