addRule('size', [ 'type' => self::TYPE_STRING, 'description' => 'Attribute size.', 'default' => 0, 'example' => 128, ]) ; } /** * Get Name * * @return string */ public function getName():string { return 'String'; } /** * Get Collection * * @return string */ public function getType():string { return Response::MODEL_ATTRIBUTE_STRING; } }