common\models\OrderAddress::__toString PHP Метод

__toString() публичный Метод

public __toString ( )
    public function __toString()
    {
        return $this->consignee . ' (' . $this->genderMsg . ') ' . $this->cellphone . ' ' . $this->addressMsg;
    }