Prado\Web\UI\ActiveControls\TDraggable::getConstraint PHP 메소드

getConstraint() 공개 메소드

Determine if the element should be constrainted in one direction or not
public getConstraint ( ) : CDraggableConstraint
리턴 CDraggableConstraint
    public function getConstraint()
    {
        return $this->getViewState('Constraint', TDraggableConstraint::None);
    }