SYMBOL INDEX (35 symbols across 5 files) FILE: src/ImageValidator.php class ImageValidator (line 9) | class ImageValidator extends Validator method __construct (line 21) | public function __construct( method validateImageSize (line 39) | public function validateImageSize($attribute, $value, $parameters) method replaceImageSize (line 79) | public function replaceImageSize($message, $attribute, $rule, $paramet... method validateImageAspect (line 102) | public function validateImageAspect($attribute, $value, $parameters) method replaceImageAspect (line 169) | public function replaceImageAspect($message, $attribute, $rule, $param... method checkDimension (line 182) | protected function checkDimension($rule, $dimension = 0) method getImagePath (line 236) | protected function getImagePath($value) FILE: src/ImageValidatorServiceProvider.php class ImageValidatorServiceProvider (line 6) | class ImageValidatorServiceProvider extends ServiceProvider method boot (line 29) | public function boot() method getRules (line 53) | public function getRules() method addNewRules (line 61) | protected function addNewRules() method extendValidator (line 74) | protected function extendValidator($rule) FILE: tests/ValidateServiceProviderTest.php class ValidateServiceProviderTest (line 7) | class ValidateServiceProviderTest extends TestCase method getPackageProviders (line 10) | protected function getPackageProviders($app) method testBootstrap (line 22) | public function testBootstrap() FILE: tests/ValidatorImageAspectTest.php class ValidatorImageAspectTest (line 9) | class ValidatorImageAspectTest extends PHPUnit_Framework_TestCase method setUp (line 18) | public function setUp() method tearDown (line 27) | public function tearDown() method testValidatesAspect (line 32) | public function testValidatesAspect() method testValidatesAspectDecimal (line 43) | public function testValidatesAspectDecimal() method testValidatesReverseAspect (line 54) | public function testValidatesReverseAspect() method testValidatesReverseAspectDecimal (line 65) | public function testValidatesReverseAspectDecimal() method testRoundingAspects (line 76) | public function testRoundingAspects() FILE: tests/ValidatorImageSizeTest.php class ValidatorImageSizeTest (line 9) | class ValidatorImageSizeTest extends PHPUnit_Framework_TestCase method setUp (line 18) | public function setUp() method tearDown (line 27) | public function tearDown() method testValidatesMatch (line 32) | public function testValidatesMatch() method testValidatesSquare (line 43) | public function testValidatesSquare() method testValidatesLessThan (line 54) | public function testValidatesLessThan() method testValidatesLessThanEqual (line 65) | public function testValidatesLessThanEqual() method testValidatesGreaterThan (line 76) | public function testValidatesGreaterThan() method testValidatesGreaterThanEqual (line 87) | public function testValidatesGreaterThanEqual() method testValidatesAnySize (line 98) | public function testValidatesAnySize() method testValidatesRange (line 109) | public function testValidatesRange()