Virtual name

class Nos\Renderer_Virtualname

This renderer is used for modify an item slug.

See also

NosOrm_Behaviour_Virtualname

Virtual Name UI

Example

Adding a Virtual name in a CRUD form configuration:

<?php

return array(
    'label' => '',
    'renderer' => 'Nos\Renderer_Virtualname',
);