Mongolid\Model\AttributesTest.AttributesTest.::setSomeAttribute PHP Method

setSomeAttribute() public method

public setSomeAttribute ( $value )
            public function setSomeAttribute($value)
            {
                return strtoupper($value);
            }
AttributesTest.AttributesTest.