<?php
interface TextInterface
{
    public function 
getText();

    public function 
setText($str);
}