pQuery\IQuery::text PHP 메소드

text() 공개 메소드

Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
public text ( null | string $value = null )
$value null | string A string to set the text or null to return the current text.
    function text($value = null);