Property | Type | Description | |
---|---|---|---|
$content | array | The meta content. | |
$name | string | The meta name. |
Method | Description | |
---|---|---|
__construct ( array $configs = [] ) | Make Keywords instance. | |
__toString ( ) : string | Render the tag. | |
add ( string $keyword ) : self | Add a keyword to the content. | |
addMany ( array $keywords ) : self | Add many keywords to the content. | |
get ( ) : string | Get keywords content. | |
getContent ( ) : array | Get raw keywords content. | |
make ( array | string $keywords ) : self | Make Keywords instance. | |
render ( ) : string | Render the tag. | |
set ( array | string $content ) : self | Set keywords content. |
Method | Description | |
---|---|---|
clean ( string $value ) : string | Clean the string. | |
hasContent ( ) : boolean | Check if keywords has content. |
public __construct ( array $configs = [] ) | ||
$configs | array |