Craft\SeomaticVariable::extractSummary PHP Method

extractSummary() public method

* -------------------------------------------------------------------------------- Extract a summary from the text, or if it's not long enough, just return the text --------------------------------------------------------------------------------
public extractSummary ( $text = null, $limit = null, $withoutStopWords = true )
    public function extractSummary($text = null, $limit = null, $withoutStopWords = true)
    {
        $result = craft()->seomatic->extractSummary($text, $limit, $withoutStopWords);
        return $result;
    }