Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • Expression
  • Glob
  • Regex

Interfaces

  • ValueInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Expression

Symfony\Component\Finder\Expression\Expression implements Symfony\Component\Finder\Expression\ValueInterface
Namespace: Symfony\Component\Finder\Expression
Author: Jean-François Simon <contact@jfsimon.fr>
Located at finder/Symfony/Component/Finder/Expression/Expression.php
Methods summary
public static Symfony\Component\Finder\Expression\Expression
# create( string $expr )

Parameters

$expr
string
$expr

Returns

Symfony\Component\Finder\Expression\Expression
public
# __construct( string $expr )

Parameters

$expr
string
$expr
public string
# __toString( )

Returns

string
public string
# render( )

Renders string representation of expression.

Renders string representation of expression.

Returns

string

Implementation of

Symfony\Component\Finder\Expression\ValueInterface::render()
public string
# renderPattern( )

Renders string representation of pattern.

Renders string representation of pattern.

Returns

string

Implementation of

Symfony\Component\Finder\Expression\ValueInterface::renderPattern()
public boolean
# isCaseSensitive( )

Returns

boolean

Implementation of

Symfony\Component\Finder\Expression\ValueInterface::isCaseSensitive()
public integer
# getType( )

Returns

integer

Implementation of

Symfony\Component\Finder\Expression\ValueInterface::getType()
public Symfony\Component\Finder\Expression\ValueInterface
# prepend( string $expr )

Parameters

$expr
string
$expr

Returns

Symfony\Component\Finder\Expression\ValueInterface

Implementation of

Symfony\Component\Finder\Expression\ValueInterface::prepend()
public Symfony\Component\Finder\Expression\ValueInterface
# append( string $expr )

Parameters

$expr
string
$expr

Returns

Symfony\Component\Finder\Expression\ValueInterface

Implementation of

Symfony\Component\Finder\Expression\ValueInterface::append()
public boolean
# isRegex( )

Returns

boolean
public boolean
# isGlob( )

Returns

boolean
public Symfony\Component\Finder\Expression\Glob
# getGlob( )

Returns

Symfony\Component\Finder\Expression\Glob

Throws

LogicException
public Symfony\Component\Finder\Expression\Regex
# getRegex( )

Returns

Symfony\Component\Finder\Expression\Regex
Constants summary
integer TYPE_REGEX 1
#
integer TYPE_GLOB 2
#
php-coveralls API documentation generated by ApiGen 2.8.0