33 public function crypt( $plaintext ) {
Represents an invalid password hash.
equals( $other)
Compare one Password object to this object.
needsUpdate()
Determine if the hash needs to be updated.
crypt( $plaintext)
Hash a password and store the result in this object.
toString()
Convert this hash to a string that can be stored in the database.
Represents a password hash for use in authentication.