LMongo\Eloquent\Model::__toString PHP Méthode

__toString() public méthode

Convert the model to its string representation.
public __toString ( ) : string
Résultat string
    public function __toString()
    {
        return $this->toJson();
    }
Model