File_Passwd_Common::parse()

File_Passwd_Common::parse() -- Parse the content of the file

Synopsis

object File_Passwd_Common::parse ()

Beschreibung

This is kinda abstract method which only returns a PEAR_Error, so it is to be overwritten in the extending child class.

You must overwrite this method in your File_Passwd_* class.

(bezogen auf Package-Entwickler)

Rückgabewert

Returns object PEAR_Error FILE_PASSWD_E_METHOD_NOT_IMPLEMENTED.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.