Overview

Namespaces

  • ApiBundle
    • DataFixtures
      • Faker
        • Provider
    • DependencyInjection
    • Doctrine
      • DBAL
        • Type
      • ORM
        • Filter
          • User
    • Entity
    • EventListener
      • Doctrine
    • Manager
    • Utils
  • FrontBundle
    • Bundle
      • UserBundle
    • Client
      • Exception
    • Controller
    • DependencyInjection
    • Form
      • DataTransformer
      • Type
    • Menu
    • Security
      • Http
        • Authentication
    • Services
      • Http
    • Twig
    • Utils

Classes

  • IriHelper
  • RoleHierarchyHelper
  • Overview
  • Namespace
  • Class

Class IriHelper

Helper class to manipulate IRIs.

Namespace: FrontBundle\Utils
Author: Théo FIDRY theo.fidry@gmail.com
Located at FrontBundle/Utils/IriHelper.php
Methods summary
public static string
# extractId( string $iri )

Extract the ID element from the IRI. This assumes that the ID is the last member of the given URI. If the parameter passed is not an URI, its value is left unchanged.

Extract the ID element from the IRI. This assumes that the ID is the last member of the given URI. If the parameter passed is not an URI, its value is left unchanged.

Parameters

$iri

Returns

string
ID
API documentation generated by ApiGen