``` php /** * @property string[] $texts */ class Foo extends Orm\Entity ``` ``` php $foo = new Foo; $foo->texts = array('foo', 'bar'); ```