eZ\Publish\Core\FieldType\Tests\RichText\Converter\Xslt\BaseTest::getCustomConversionTransformationStylesheets PHP Метод

getCustomConversionTransformationStylesheets() защищенный Метод

Stylesheet paths must be absolute. Code example: array( array( "path" => __DIR__ . "/core.xsl", "priority" => 100 ), array( "path" => __DIR__ . "/custom.xsl", "priority" => 99 ), )
protected getCustomConversionTransformationStylesheets ( ) : array
Результат array
    protected function getCustomConversionTransformationStylesheets()
    {
        return array();
    }