Свойство | Type | Description | |
---|---|---|---|
$needs_layout_if_anchored | boolean | Override. This component doesn't need a layout update if marked as the target of an anchor. |
Свойство | Type | Description | |
---|---|---|---|
$can_be_anchor_target | boolean | Quotes can be anchor targets. |
Méthode | Description | |
---|---|---|
node_matches ( DomNode $node ) : mixed | Look for node matches for this component. | |
set_default_style ( ) | Set the default style for the component. | |
to_array ( ) : array | This component needs to ensure it didn't end up with empty content. |
Méthode | Description | |
---|---|---|
build ( string $text ) | Build the component. |
Méthode | Description | |
---|---|---|
get_col_start ( ) | Get the start column for the body based on the layout. | |
get_default_style ( ) : array | Get the default style for the component. | |
set_default_layout ( ) | Set the default layout for the component. | |
set_initial_dropcap_style ( ) | Set the initial dropcap style for the component. | |
split_non_markdownable ( string $html ) : array | Split the non markdownable content for processing. |
public static node_matches ( DomNode $node ) : mixed | ||
$node | DomNode | |
Résultat | mixed |
public set_default_style ( ) |
protected bool $can_be_anchor_target | ||
Résultat | boolean |
public bool $needs_layout_if_anchored | ||
Résultat | boolean |