Neos\Flow\Core\Migrations\Version20130516234520::up PHP 메소드

up() 공개 메소드

public up ( ) : void
리턴 void
    public function up()
    {
        $this->searchAndReplace(':renderTypoScript', ':render', array('html'));
    }
Version20130516234520