Craft\SeomaticTwigExtension::extractTextFromMatrix PHP 메소드

extractTextFromMatrix() 공개 메소드

* -------------------------------------------------------------------------------- Extract all of the text and rich text from the fields in MatrixBlockModels --------------------------------------------------------------------------------
public extractTextFromMatrix ( $matrixBlocks )
    public function extractTextFromMatrix($matrixBlocks)
    {
        $result = craft()->seomatic->extractTextFromMatrix($matrixBlocks);
        return $result;
    }