ICanBoogie
  • Documentation
  • API Reference
  • Routing v2.4.0
Namespaces
  • ICanBoogie
    • Routing
      • Controller
      • Dispatcher
      • Route
Classes
  • ActionController
  • Controller
  • Dispatcher
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • Routes
Interfaces
  • Exception
  • ToSlug
Exceptions
  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Interface ToSlug

An interface used to turn an instance into a slug.

Namespace: ICanBoogie\Routing
See: http://en.wikipedia.org/wiki/Semantic_URL#Slug
Located at ToSlug.php

Methods summary

public to_slug( void ) : string

Return a slug representation of the instance.

Return a slug representation of the instance.

Returns

string
Routing v2.4.0 – Check on GitHub – API documentation generated by ApiGen