프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$parent |
메소드 | 설명 | |
---|---|---|
__construct ( object $token ) : SassFunctionDefinitionNode | SassFunctionDefinitionNode constructor. | |
execute ( $pcontext, $provided ) : was | Evalutes the function in the given context, with the provided arguments | |
getArgs ( ) : array | Returns the arguments with default values for this function | |
isa ( object $token ) : boolean | Returns a value indicating if the token represents this type of node. | |
parse ( SassContext $context ) : array | Parse this node. |
public __construct ( object $token ) : SassFunctionDefinitionNode | ||
$token | object | source token |
리턴 | SassFunctionDefinitionNode |
public execute ( $pcontext, $provided ) : was | ||
리턴 | was |