/** * Constructor. * * @param array $atts Attributes passed with the shortcode. * @param string $content Shortcode enclosed content. */ public function __construct($attributes, $content) { parent::__construct(); $this->attributes = isset($attributes) && is_array($attributes) ? $attributes : array(); $this->content = isset($content) && is_string($content) ? $content : ''; }
public function __construct() { parent::__construct(); $this->registerDelegatableMethods('getMinimumSquareSize', 'getMaximumSquareSize', 'getMaximumAnimationSpeed', 'getStepAnimationSpeed', 'isPieceSymbolLocalizationAvailable', 'getDefaultSimplifiedPieceSymbols', 'getDefaultPieceSymbolCustomValues'); $this->loadDelegateModel('Common/DefaultOptions'); }
public function __construct() { parent::__construct(); $this->registerDelegatableMethods('getSmallScreenCompatibility', 'getSmallScreenModes'); }
public function __construct() { parent::__construct(); $this->registerDelegatableMethods('getOptionsGeneralURL', 'getOptionsSmallScreensURL', 'getHelpOnFENAttributesURL', 'getHelpOnPGNAttributesURL', 'getHelpOnFENSyntaxURL', 'getHelpOnPGNSyntaxURL'); }
public function __construct() { parent::__construct(); $this->registerDelegatableMethods('getFENCompatibilityMode', 'getPGNCompatibilityMode', 'getFENShortcode', 'getPGNShortcode'); }
public function __construct() { parent::__construct(); $this->registerDelegatableMethods('getDefaultSquareSize', 'getDefaultShowCoordinates', 'getDefaultPieceSymbols', 'getDefaultNavigationBoard', 'getDefaultAnimationSpeed', 'getDefaultShowMoveArrow'); }