SproutCMS

This is the code documentation for the SproutCMS project

function valid()

Verify that a slug contains only valid characters

Usage

void Slug::valid ( string $value );

Example

$valid->check('slug', 'Slug::valid');

Arguments

  1. string $value
    The slug

Exceptions thrown

Return value

  • void