C# 클래스 Web.Management.PHP.Config.PHPIniBase

파일 보기 프로젝트 열기: projectkudu/PHPManager 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_text string

공개 메소드들

메소드 설명
GetText ( ) : string

보호된 메소드들

메소드 설명
PHPIniBase ( ) : System
PHPIniBase ( string text ) : System

메소드 상세

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

PHPIniBase() 보호된 메소드

protected PHPIniBase ( ) : System
리턴 System

PHPIniBase() 보호된 메소드

protected PHPIniBase ( string text ) : System
text string
리턴 System

프로퍼티 상세

_text 보호되어 있는 프로퍼티

protected string _text
리턴 string