mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
@@ -17,6 +17,6 @@ abstract class Text implements MediaInterface
|
|||||||
*/
|
*/
|
||||||
public function __construct($text)
|
public function __construct($text)
|
||||||
{
|
{
|
||||||
$this->_text = (string) $text;
|
$this->text = (string) $text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user