Contao\CoreBundle\Cache\ContaoCacheWarmer::isOptional PHP 메소드

isOptional() 공개 메소드

public isOptional ( )
    public function isOptional()
    {
        return true;
    }

Usage Example

예제 #1
0
 /**
  * Tests the isOptional() method.
  */
 public function testIsOptional()
 {
     $this->assertTrue($this->warmer->isOptional());
 }